projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10ba478
)
(ispell-help): Use set-minibuffer-window.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 27 Jan 1996 03:07:04 +0000
(
03:07
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 27 Jan 1996 03:07:04 +0000
(
03:07
+0000)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index fbbfa6507acc4e21d1fc70ea25001d28b83c58e5..5b850b8e41f5d10f0634dc9f40936e30ad10583e 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-1252,6
+1252,9
@@
SPC: Accept word this time.
(if (string-lessp "19" emacs-version)
(message nil))
(enlarge-window 2)
+ ;; Make sure we display the minibuffer
+ ;; in this window, not some other.
+ (set-minibuffer-window (selected-window))
(insert (concat help-1 "\n" help-2 "\n" help-3))))
(sit-for 5)
(erase-buffer)))))